home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / 534.swf / scripts / frame_90 / DoAction.as
Text File  |  2006-01-17  |  387b  |  24 lines

  1. a = 0;
  2. cnt = random(3) + random(2) + random(2);
  3. rounding = random(3) + random(2) + random(2);
  4. if(_root.coinValue eq 1)
  5. {
  6.    gotoAndPlay(68);
  7. }
  8. else if(_root.coinValue eq 5)
  9. {
  10.    gotoAndPlay(69);
  11. }
  12. else if(_root.coinValue eq 25)
  13. {
  14.    gotoAndPlay(70);
  15. }
  16. else if(_root.coinValue eq 100)
  17. {
  18.    gotoAndPlay(71);
  19. }
  20. if(credit == 0 && bet == 0)
  21. {
  22.    _root.replay.play();
  23. }
  24.